home *** CD-ROM | disk | FTP | other *** search
/ Nebula 2 / Nebula Two.iso / SourceCode / Palettes / PAStringList / PAStringListPalette.h < prev    next >
Text File  |  1995-06-12  |  288b  |  23 lines

  1. #import <apps/InterfaceBuilder.h>
  2.  
  3. @interface PAStringListPalette : IBPalette
  4. {
  5.     id stringList;
  6.     id stringListView;
  7.     
  8.     id filenameList;
  9.     id filenameListView;
  10. }
  11.  
  12. - finishInstantiate;
  13.  
  14. @end
  15.  
  16.  
  17.  
  18.  
  19.  
  20.  
  21. @interface IBPalette(associateObject)
  22. - associateObject:object type:(NXAtom)type to:view;
  23. @end